FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartObjectCollection<T> Class / InternalAdd Method
The object to add to the ChartObjectCollection<T>.

In This Topic
    InternalAdd Method (ChartObjectCollection<T>)
    In This Topic
    Adds an item to the ChartObjectCollection<T>.
    Syntax
    'Declaration
     
    Protected Sub InternalAdd( _
       ByVal item As T _
    ) 
    protected void InternalAdd( 
       T item
    )

    Parameters

    item
    The object to add to the ChartObjectCollection<T>.
    See Also